[INFO] fetching crate sgx_urts 1.1.1...
[INFO] fixing sgx_urts-1.1.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate sgx_urts 1.1.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate sgx_urts 1.1.1
[INFO] finished tweaking crates.io crate sgx_urts 1.1.1
[INFO] tweaked toml for crates.io crate sgx_urts 1.1.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate sgx_urts 1.1.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] [stderr]       Adding sgx_types v1.1.1 (available: v1.1.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ffe31aeb86f42722de5e5305bf6a394fe0b144d53657af273bf7a0dcdabbff8b
[INFO] running `Command { std: "docker" "start" "ffe31aeb86f42722de5e5305bf6a394fe0b144d53657af273bf7a0dcdabbff8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ffe31aeb86f42722de5e5305bf6a394fe0b144d53657af273bf7a0dcdabbff8b" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ffe31aeb86f42722de5e5305bf6a394fe0b144d53657af273bf7a0dcdabbff8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ffe31aeb86f42722de5e5305bf6a394fe0b144d53657af273bf7a0dcdabbff8b" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]     Checking sgx_types v1.1.1
[INFO] [stderr]     Checking sgx_urts v1.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
[INFO] [stderr] crater-edition-check: sgx_urts v1.1.1 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]     Checking sgx_urts v1.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/env.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     extern { static environ: *const *const c_char; }
[INFO] [stdout]    |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<i32>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]   --> src/event.rs:40:32
[INFO] [stdout]    |
[INFO] [stdout] 40 |                     self.event.compare_and_swap(-1, 0, Ordering::SeqCst);
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/env.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     extern { static environ: *const *const c_char; }
[INFO] [stdout]    |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/env.rs:103:21
[INFO] [stdout]     |
[INFO] [stdout] 103 |                 let mut temp_pwd = &mut *pwd;
[INFO] [stdout]     |                     ----^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `debug` and `path` are never read
[INFO] [stdout]    --> src/enclave.rs:542:5
[INFO] [stdout]     |
[INFO] [stdout] 540 | pub struct SgxEnclave {
[INFO] [stdout]     |            ---------- fields in this struct
[INFO] [stdout] 541 |     id: sgx_enclave_id_t,
[INFO] [stdout] 542 |     debug: i32,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 543 |     path: PathBuf,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SgxEnclave` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/event.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 120 | /         GLOBAL_TCS_CACHE
[INFO] [stdout] 121 | |             .as_ref()
[INFO] [stdout]     | |_____________________^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: this type already provides "interior mutability", so its binding doesn't need to be declared as mutable
[INFO] [stdout]     |
[INFO] [stdout]   9 - static mut GLOBAL_TCS_CACHE: Option<SgxTcsInfoCache> = None;
[INFO] [stdout]   9 + static GLOBAL_TCS_CACHE: Option<SgxTcsInfoCache> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<i32>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]   --> src/event.rs:40:32
[INFO] [stdout]    |
[INFO] [stdout] 40 |                     self.event.compare_and_swap(-1, 0, Ordering::SeqCst);
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/env.rs:103:21
[INFO] [stdout]     |
[INFO] [stdout] 103 |                 let mut temp_pwd = &mut *pwd;
[INFO] [stdout]     |                     ----^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `debug` and `path` are never read
[INFO] [stdout]    --> src/enclave.rs:542:5
[INFO] [stdout]     |
[INFO] [stdout] 540 | pub struct SgxEnclave {
[INFO] [stdout]     |            ---------- fields in this struct
[INFO] [stdout] 541 |     id: sgx_enclave_id_t,
[INFO] [stdout] 542 |     debug: i32,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 543 |     path: PathBuf,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SgxEnclave` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/event.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 120 | /         GLOBAL_TCS_CACHE
[INFO] [stdout] 121 | |             .as_ref()
[INFO] [stdout]     | |_____________________^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: this type already provides "interior mutability", so its binding doesn't need to be declared as mutable
[INFO] [stdout]     |
[INFO] [stdout]   9 - static mut GLOBAL_TCS_CACHE: Option<SgxTcsInfoCache> = None;
[INFO] [stdout]   9 + static GLOBAL_TCS_CACHE: Option<SgxTcsInfoCache> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]     Checking sgx_urts v1.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/event.rs (4 fixes)
[INFO] [stderr]        Fixed src/net.rs (3 fixes)
[INFO] [stderr]        Fixed src/asyncio.rs (4 fixes)
[INFO] [stderr]        Fixed src/time.rs (1 fix)
[INFO] [stderr]        Fixed src/pipe.rs (2 fixes)
[INFO] [stderr]        Fixed src/sys.rs (4 fixes)
[INFO] [stderr]        Fixed src/socket.rs (18 fixes)
[INFO] [stderr]        Fixed src/mem.rs (6 fixes)
[INFO] [stderr]        Fixed src/thread.rs (2 fixes)
[INFO] [stderr]        Fixed src/fd.rs (13 fixes)
[INFO] [stderr]        Fixed src/file.rs (31 fixes)
[INFO] [stderr]        Fixed src/env.rs (9 fixes)
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/event.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 120 | /         GLOBAL_TCS_CACHE
[INFO] [stdout] 121 | |             .as_ref()
[INFO] [stdout]     | |_____________________^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `--force-warn static-mut-refs` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: this type already provides "interior mutability", so its binding doesn't need to be declared as mutable
[INFO] [stdout]     |
[INFO] [stdout]   9 - static mut GLOBAL_TCS_CACHE: Option<SgxTcsInfoCache> = None;
[INFO] [stdout]   9 + static GLOBAL_TCS_CACHE: Option<SgxTcsInfoCache> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/event.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 120 | /         GLOBAL_TCS_CACHE
[INFO] [stdout] 121 | |             .as_ref()
[INFO] [stdout]     | |_____________________^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `--force-warn static-mut-refs` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: this type already provides "interior mutability", so its binding doesn't need to be declared as mutable
[INFO] [stdout]     |
[INFO] [stdout]   9 - static mut GLOBAL_TCS_CACHE: Option<SgxTcsInfoCache> = None;
[INFO] [stdout]   9 + static GLOBAL_TCS_CACHE: Option<SgxTcsInfoCache> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
[INFO] [stderr] crater-edition-check: sgx_urts v1.1.1 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking sgx_urts v1.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/env.rs:28:12
[INFO] [stdout]    |
[INFO] [stdout] 28 |     unsafe extern { static environ: *const *const c_char; }
[INFO] [stdout]    |            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/env.rs:28:12
[INFO] [stdout]    |
[INFO] [stdout] 28 |     unsafe extern { static environ: *const *const c_char; }
[INFO] [stdout]    |            ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<i32>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]   --> src/event.rs:40:32
[INFO] [stdout]    |
[INFO] [stdout] 40 |                     self.event.compare_and_swap(-1, 0, Ordering::SeqCst);
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/env.rs:103:21
[INFO] [stdout]     |
[INFO] [stdout] 103 |                 let mut temp_pwd = &mut *pwd;
[INFO] [stdout]     |                     ----^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `debug` and `path` are never read
[INFO] [stdout]    --> src/enclave.rs:542:5
[INFO] [stdout]     |
[INFO] [stdout] 540 | pub struct SgxEnclave {
[INFO] [stdout]     |            ---------- fields in this struct
[INFO] [stdout] 541 |     id: sgx_enclave_id_t,
[INFO] [stdout] 542 |     debug: i32,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 543 |     path: PathBuf,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SgxEnclave` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/event.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 120 | /         GLOBAL_TCS_CACHE
[INFO] [stdout] 121 | |             .as_ref()
[INFO] [stdout]     | |_____________________^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[deny(static_mut_refs)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: this type already provides "interior mutability", so its binding doesn't need to be declared as mutable
[INFO] [stdout]     |
[INFO] [stdout]   9 - static mut GLOBAL_TCS_CACHE: Option<SgxTcsInfoCache> = None;
[INFO] [stdout]   9 + static GLOBAL_TCS_CACHE: Option<SgxTcsInfoCache> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<i32>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]   --> src/event.rs:40:32
[INFO] [stdout]    |
[INFO] [stdout] 40 |                     self.event.compare_and_swap(-1, 0, Ordering::SeqCst);
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sgx_urts` (lib) due to 1 previous error; 4 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/env.rs:103:21
[INFO] [stdout]     |
[INFO] [stdout] 103 |                 let mut temp_pwd = &mut *pwd;
[INFO] [stdout]     |                     ----^^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `debug` and `path` are never read
[INFO] [stdout]    --> src/enclave.rs:542:5
[INFO] [stdout]     |
[INFO] [stdout] 540 | pub struct SgxEnclave {
[INFO] [stdout]     |            ---------- fields in this struct
[INFO] [stdout] 541 |     id: sgx_enclave_id_t,
[INFO] [stdout] 542 |     debug: i32,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 543 |     path: PathBuf,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SgxEnclave` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/event.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 120 | /         GLOBAL_TCS_CACHE
[INFO] [stdout] 121 | |             .as_ref()
[INFO] [stdout]     | |_____________________^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[deny(static_mut_refs)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: this type already provides "interior mutability", so its binding doesn't need to be declared as mutable
[INFO] [stdout]     |
[INFO] [stdout]   9 - static mut GLOBAL_TCS_CACHE: Option<SgxTcsInfoCache> = None;
[INFO] [stdout]   9 + static GLOBAL_TCS_CACHE: Option<SgxTcsInfoCache> = None;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sgx_urts` (lib test) due to 1 previous error; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "ffe31aeb86f42722de5e5305bf6a394fe0b144d53657af273bf7a0dcdabbff8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ffe31aeb86f42722de5e5305bf6a394fe0b144d53657af273bf7a0dcdabbff8b", kill_on_drop: false }`
[INFO] [stdout] ffe31aeb86f42722de5e5305bf6a394fe0b144d53657af273bf7a0dcdabbff8b
